home *** CD-ROM | disk | FTP | other *** search
-
-
-
- File area configuration.
-
-
- File areas are configured in the 'Tron:cfg/FileAreas.cfg'.
-
-
- Each config line is in a specific format:
-
-
- #area flags path areaName
-
-
- Examples:
-
- #001 [U----] dh1:DOWNLOADING/Upload/ Upload
- #002 [U----] dh1:downloading/Sysop/ Voor_Sysop
- #009 [-FV--] dh1:downloading/Tron/ Tron
- #060 [---M-] dh1:down.pc/Algemeen/ PC_Algemeen
-
-
- Note: Don't use area number #0
- Note: Don't forget a ':' or '/' at the end of a path !!
-
- Look at the provided config for more examples of the format used.
-
-
-
- Each area has a number of flags which decides it's characteristics.
- Which means that those flags can not be overruled by flags in the
- users template.
-
- Flags:
-
- U = Upload , Area is open for uploads.
- F = Freedownload , All files in this area are freedownload.
- V = Validate , Files area AutoValidated when Uploaded.
- M = MS-DOS , All names will be in the 8.3 format in this area.
-
-
-
- A user can acces a file area if he has the correct flags in his template.
-
- FileAreaTemplate flags: (Tron:cfg/templates.cfg)
-
- V = View, User sees area in Lists and can go to this area.
- L = List, User can Browse and FileList through this area.
- D = Download, User can Download from this area.
- U = Upload, User can Upload in this area.
- F = Freedownload, This area is Freedownload for users with this level.
- E = Edit, User can Edit files in this area (FI while browsing).
- N = NewFilesVisible, UnValidated files are visible.
-
-
-
- Note that there a file is freedownload if either the file has a freedownload
- flag OR the area has a freedowload flag OR the user has a freedownload
- flag for this area in his template.
-
- Note that a user can Upload to an area is the Area has an Upload flag AND
- the user has an Upload flag in his template.
-
- Note that a user with an Edit flag can Validate files, kill files
- and make files freedownload while browsing.
-
-
-
-